home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 June / PCWorld_2000-06_cd.bin / Software / Vyzkuste / powerarc / powarc55.exe / {app} / POWERARC.CHM / htmlhelp.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-04-28  |  1.2 KB  |  59 lines

  1. /* Microsoft HTML Help WorkShop CSS*/
  2.  
  3. body           {  font-size: 75%;
  4.         font-family: Verdana, Arial, Helvetica, Sans-Serif;    }
  5.  
  6.  
  7. a:link     {  background: transparent; 
  8.         color: #0000FF;        } 
  9.  
  10. a:visited    {  color: #800080;    }
  11.  
  12. h1        {  font-weight: bold;
  13.         font-size: 55%;
  14.         margin-bottom: -2.2em; }
  15.  
  16. li        {  margin-top: 4pt;  }
  17.  
  18. ul li        { padding-top: 4pt;    }
  19.  
  20. ol li        { padding-bottom: 4pt;    }
  21.  
  22. ul        {  margin-left: -15pt;
  23.         margin-top: -7em;  }
  24.  
  25. ol        {  margin-left: -15pt;
  26.         margin-top: -7em;  }
  27.  
  28. ol ul        {  margin-top: 0em;  
  29.         list-style: disc;    }
  30.         
  31. code        {  font-family: Courier;     }
  32.  
  33. pre        {  font-family: Courier;     }
  34.  
  35. table     { width: auto; 
  36.         text-align: left;
  37.         font-size: 75%; 
  38.         font-size: +12;    }
  39.             
  40. th        {  text-align: left;        }
  41.  
  42. td        {  margin-right: 0em;     }
  43.  
  44. img        {  margin-top: -4pt;  }    
  45.  
  46. /* Overview heading   */
  47. h5.overh    {  font-size: 120%;    }           
  48.  
  49. h5    {  font-size: 100%;    }           
  50.  
  51. /* Procedure heading  */
  52. h5.proch    {    font-size: 100%;    }          
  53.  
  54. /* Decision heading   */
  55. h5.what     {    font-size: 100%; 
  56.         color: #993399;        }           
  57.  
  58. /* Note & Tip heading */
  59. h5.note    {    font-size: 95%;     }